#mainbody
{
	clear: both;
}

#leftblock
{
  width: 450px;
  height: 300px;
  float: left;
}

#rightblock
{
  width: 300px;
  height: 300px;
  float: right;
  text-align: left;
}

#informationblock
{
  height: 148px;
  background-color: #fff;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}

#informationblock img
{
	margin: 0px 0px 2px;
}

#informationblock p
{
	margin: 4px 3px;
}

#toolsblock
{
  padding: 0px;
  margin: 0px;
  width: 300px;
  background-color: #fff0bc;
  height: 300px;
  text-align: left;
}

#toolsblock .tabstrip
{
	background-color: #4e3626;
	height: 22px;
}

#toolsblock .tabstrip a
{
	display: block;
	float: left;
	padding: 5px 16px 3px 4px;
	text-decoration: none;
	color: #fff;
	background: #2f2017 none;
	height: 14px;
	border: none;
	font-size: 0.9em;
}

#toolsblock .tabstrip a:hover
{
	text-decoration: underline;
	background: #2f2017 url(../images/grad-d5c079-2f2017-vert.gif.aspx) repeat-x;
}

#toolsblock .tabstrip a.selected
{
	background: #fff0bc url(../images/grad-fff-fff0bc-vert.gif.aspx) repeat-x;
	font-weight: bold;
	color: #000;
}

#ratesContent
{
	display: block;
}


#giftCardContent
{
	display: none;
	width: 100%;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	border-top: solid 1px #FFF0BC;
	border-bottom: solid 1px #FFF0BC;
}

#giftCardContent iframe
{
	margin-left: auto;
	margin-right: auto;
	width: 232px;
	height: 110px;
}

#content
{
  background: #fff url(../images/background-ambience.jpg.aspx) no-repeat bottom;
  text-align: left;
}

#content h2
{
  padding: 0px;
  margin: 0px 0px 8px 0px;
}

#content h3
{
  margin: 0px 0px 12px 0px;
  font-size: 12pt;
}

#content p
{
  margin: 0px 0px 16px 0px;
}

#introduction
{
  width: 442px;
  float: left;
  padding: 4px;
}

#promotions
{
  width: 292px;
  float: right;
  padding: 4px;
}

#promotions li
{
  margin-bottom: 6px;
}

#imageRotator div.bandContainer
{
	display: none;
}
.calendar
{
	position: absolute;
	background-color: #4e3626;
	width: 154px;
	overflow: visible;
}

.calendar-heading
{
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
}

.calendar-heading select
{
	font-size: 7pt;
	margin-left: 1px;
	margin-right: 1px;
}

.calendar-day-heading
{
	float: left;
	width: 20px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #000;
	border: solid 1px #000;
	color: #fff;
	line-height: 1.6em;
}

a.calendar-day
{
	display: block;
	float: left;
	width: 20px;
	font-size: 8pt;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-left: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	color: #fff;
	background-color: #2f2017;
	line-height: 1.6em;
}

a.calendar-day:link
{
	background-color: #2f2017;
}

a.calendar-day:visited
{
	background-color: #2f2017;
	
}

a.calendar-day-selected:link
{
	background-color: #d5c079;
	color: #000;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

a.calendar-day-selected:visited
{
	background-color: #d5c079;
	color: #000;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

a.calendar-day:hover
{
	background-color: #c49e18;
	color: #fff;
}

a.calendar-day-invalid
{
	display: block;
	float: left;
	width: 20px;
	font-size: 8pt;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: solid 1px #2f2017;
	color: #999;
	background-color: #2f2017;
	line-height: 1.6em;
}

.calendar-blank
{
	width: 20px;
	float: left;
	background-color: #4e3626;
	border: solid 1px #4e3626;
	font-size: 8pt;
	text-align: center;
	vertical-align: middle;
	line-height: 1.6em;
}

.calendar-associated
{
	outline: #4e3626 solid 4px;
}